home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / WWW / http / www.cu-amiga.co.uk / features / c-tutorial / Part-6.lzx / Part-6 / asl3 / gui.h < prev    next >
C/C++ Source or Header  |  1988-06-22  |  153b  |  10 lines

  1. #ifndef GUI_H
  2.  
  3. #define GUI_H
  4.  
  5. #include<exec/types.h>
  6.  
  7. int  openGUI(UBYTE depth, UWORD width, UWORD height, ULONG displayid);
  8. void closeGUI(void);
  9.  
  10. #endif